home *** CD-ROM | disk | FTP | other *** search
/ Celestin Apprentice 5 / Apprentice-Release5.iso / Source Code / C / Applications / Telnet 2.7b5 / source / parse / translate.proto.h < prev    next >
Encoding:
Text File  |  1994-12-26  |  600 b   |  14 lines  |  [TEXT/CWIE]

  1. short transBuffer(short oldtable, short newtable);
  2. BytePtr        GetTranslationResource(short id);
  3. BytePtr        ReturnTablePtr(short table, Boolean out);
  4. void    Setup_Default_Tables(void);
  5. void trInit(MenuHandle whichMenu);
  6. unsigned char    ftp_iso_mac(unsigned char *ascii);
  7. void    trbuf_nat_mac(unsigned char *buf, short len, short table);
  8. void    trbuf_ftp_mac(unsigned char *buf, short len);
  9. unsigned char    mac_nat(unsigned char *ascii, short table);
  10. unsigned char    ftp_mac_iso(unsigned char *ascii);
  11. void    trbuf_mac_nat(unsigned char *buf, short len, short table);
  12. void    trbuf_mac_ftp(unsigned char *buf, short len);
  13.  
  14.